home *** CD-ROM | disk | FTP | other *** search
- /*
- * critic.h - common data for the project critic
- * Needs: quickdraw.h window.h
- * Owned by: critic.c
- */
-
- #define WINDOWID 260 /* Resource ID for my window. */
-
- #ifndef DATA
- extern
- #endif
- GrafPtr screenport; /* default grafport -- the whole screen */
-
- #ifndef DATA
- extern
- #endif
- WindowPtr windoc; /* the program's only window */
-